The name comes from usb.ids. If you look at device 04a9:30f2, it's even
longer: "Digital IXUS 700 (normal mode) / Digital IXUS 700 (PTP mode) /
IXY Digital 600 (normal mode) / PowerShot SD500 (normal mode) /
PowerShot SD500 (PTP mode)". There are a lot of long names in usb.ids:

$ grep -P '^\x09[0-9a-f]{4}' /var/lib/misc/usb.ids|awk 'BEGIN {FS="  "} 
length($2) > 40 {print $2}'|wc -l
374
$ grep -P '^\x09[0-9a-f]{4}' /var/lib/misc/usb.ids|awk 'BEGIN {FS="  "} 
length($2) > 70 {print $2}'|wc -l
18

-- 
Very long Places name for Canon camera
https://bugs.launchpad.net/bugs/338105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to