Kay Sievers 9f8b17e643 USB: make usbdevices export their device nodes instead of using a separate class
o The "real" usb-devices export now a device node which can
  populate /dev/bus/usb.

o The usb_device class is optional now and can be disabled in the
  kernel config. Major/minor of the "real" devices and class devices
  are the same.

o The environment of the usb-device event contains DEVNUM and BUSNUM to
  help udev and get rid of the ugly udev rule we need for the class
  devices.

o The usb-devices and usb-interfaces share the same bus, so I used
  the new "struct device_type" to let these devices identify
  themselves. This also removes the current logic of using a magic
  platform-pointer.
  The name of the device_type is also added to the environment
  which makes it easier to distinguish the different kinds of devices
  on the same subsystem.

  It looks like this:
    add@/devices/pci0000:00/0000:00:1d.1/usb2/2-1
    ACTION=add
    DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb2/2-1
    SUBSYSTEM=usb
    SEQNUM=1533
    MAJOR=189
    MINOR=131
    DEVTYPE=usb_device
    PRODUCT=46d/c03e/2000
    TYPE=0/0/0
    BUSNUM=002
    DEVNUM=004

This udev rule works as a replacement for usb_device class devices:
  SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", \
    NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0644"

Updated patch, which needs the device_type patches in Greg's tree.

I also got a bugzilla assigned for this. :)
  https://bugzilla.novell.com/show_bug.cgi?id=250659


Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-04-27 13:28:37 -07:00
..
2006-09-26 17:40:24 -04:00
2007-04-27 14:23:33 +03:00
2006-12-04 02:00:22 -05:00
2006-10-03 23:01:26 +02:00
2006-12-02 21:22:55 -08:00
2006-12-02 21:22:55 -08:00
2007-02-20 17:10:15 -08:00
2006-01-13 09:12:21 -08:00
2006-10-03 23:01:26 +02:00
2006-12-08 08:28:39 -08:00
2006-12-07 08:39:20 -08:00
2006-12-08 08:28:39 -08:00
2007-01-30 08:26:45 -08:00
2007-02-20 17:10:14 -08:00
2007-04-27 10:57:31 -07:00
2006-12-07 08:39:25 -08:00
2007-04-27 10:57:34 -07:00
2006-06-09 16:14:20 -04:00
2006-02-23 09:56:38 +00:00
2006-07-03 19:44:51 -07:00
2007-02-09 17:39:36 -05:00
2007-02-11 11:18:07 -08:00
2007-02-01 16:17:06 -08:00
2006-09-26 08:48:54 -07:00
2006-06-23 02:07:36 -07:00
2007-03-27 09:05:15 -07:00
2006-03-31 12:18:54 -08:00
2006-09-22 15:18:47 -07:00
2006-12-07 08:39:32 -08:00
2006-12-10 09:55:41 -08:00
2006-10-02 07:57:12 -07:00
2007-01-08 19:49:54 +00:00
2006-03-26 08:56:56 -08:00
2007-04-07 10:03:43 -07:00
2007-02-13 22:09:01 +01:00
2006-12-10 21:21:29 +01:00
2007-04-25 22:30:01 -07:00
2007-04-25 22:29:10 -07:00
2007-04-25 22:24:41 -07:00
2007-04-25 22:29:10 -07:00
2006-09-28 18:02:29 -07:00
2006-10-10 15:37:22 -07:00
2007-02-09 17:39:36 -05:00
2006-08-21 10:02:50 +02:00
2006-12-02 21:21:21 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2006-10-04 00:31:09 -07:00
2006-03-20 22:21:10 -08:00
2007-03-01 14:53:38 -08:00
2006-06-21 12:40:49 -07:00
2006-12-08 08:28:57 -08:00
2006-11-30 05:24:39 +01:00
2007-04-25 22:25:52 -07:00
2007-02-16 14:37:06 +00:00
2007-04-25 22:29:49 -07:00
2007-03-04 11:12:42 +02:00
2006-07-31 15:44:29 -04:00
2007-02-17 19:17:37 +01:00
2006-06-05 12:29:17 -07:00
2007-03-01 14:53:35 -08:00
2006-11-30 04:40:22 +01:00
2006-09-28 18:02:22 -07:00
2007-03-12 16:31:50 -07:00
2007-01-23 00:34:54 -05:00
2006-03-23 07:38:14 -08:00
2006-03-20 13:44:40 -05:00
2007-03-16 19:25:05 -07:00
2006-08-27 11:01:32 -07:00
2007-02-09 08:06:14 -08:00
2007-03-12 16:31:50 -07:00
2006-03-27 08:44:48 -08:00
2007-03-27 08:55:47 +02:00
2007-04-17 16:36:26 -07:00
2007-04-27 10:57:33 -07:00
2007-02-11 10:51:28 -08:00
2006-07-03 19:48:25 -07:00
2006-12-04 02:00:36 -05:00
2006-10-03 23:01:26 +02:00
2007-01-11 18:18:21 -08:00
2006-06-25 10:01:06 -07:00
2007-02-11 10:51:28 -08:00
2006-06-25 10:01:06 -07:00
2006-09-26 08:49:04 -07:00
2006-12-22 08:55:49 -08:00
2006-06-25 10:01:14 -07:00
2006-12-10 09:55:40 -08:00
2007-04-27 10:46:51 -07:00
2006-12-07 08:39:35 -08:00
2007-04-25 22:29:45 -07:00
2006-12-13 09:05:49 -08:00
2007-02-20 17:10:14 -08:00
2007-02-20 17:10:14 -08:00
2006-10-10 16:15:34 -07:00
2006-10-01 00:39:18 -07:00
2007-02-12 09:48:41 -08:00
2007-02-11 10:51:18 -08:00
2007-02-20 17:10:13 -08:00
2006-10-11 11:14:21 -07:00
2007-02-07 14:03:19 +11:00
2006-11-30 05:32:19 +01:00
2007-02-16 08:13:57 -08:00
2007-02-16 08:13:56 -08:00
2006-03-31 12:18:56 -08:00
2006-12-02 21:21:08 -08:00
2007-03-05 07:57:51 -08:00
2006-09-28 17:53:59 -07:00
2006-03-23 07:38:14 -08:00
2006-12-15 08:47:51 -08:00
2006-10-01 00:39:19 -07:00
2007-02-11 10:51:25 -08:00
2007-02-11 11:18:05 -08:00
2007-04-26 00:10:29 -07:00